home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1993 July / InfoMagic USENET CD-ROM July 1993.ISO / sources / unix / volume7 / 2.11news / part05 < prev    next >
Encoding:
Internet Message Format  |  1986-11-30  |  41.4 KB

  1. Subject:  v07i045:  2.11 News Documentation and Conversion, Part05/08
  2. Newsgroups: mod.sources
  3. Approved: mirror!rs
  4.  
  5. Submitted by: seismo!rick (Rick Adams)
  6. Mod.sources: Volume 7, Issue 45
  7. Archive-name: 2.11news/Part05
  8.  
  9. # To extract, sh this file
  10. #
  11. #    news 2.11 documentation File 3 of 6
  12. #
  13. if test ! -d doc
  14. then
  15.     mkdir doc
  16. fi
  17. echo x - doc/howto.mn 1>&2
  18. sed 's/.//' >doc/howto.mn <<'*-*-END-of-doc/howto.mn-*-*'
  19. -.\" Modified 9/29/85 by Matt Bishop (mab@riacs.arpa)
  20. -.\" to work with the TROFF news document macros.
  21. -.ds h0 "How to Read the Network News
  22. -.ds h1
  23. -.ds h2 %
  24. -.ds f0 "\*(vr
  25. -.ds f1
  26. -.ds f2 "September 22, 1986
  27. -.de Qp                    \" quoted command as hanging char
  28. -.lp "\\f3\\$1\\f1" \\$2
  29. -..
  30. -.de Qc                    \" quoted command as hanging string
  31. -.lp "\\f3<\\s-2\\$1\\s0>\\f1" \\$2
  32. -..
  33. -.de Op                    \" option as hanging string
  34. -.lp "\\f3\\$1\\f1" \\$2
  35. -..
  36. -.mt
  37. -How to Read the Network News
  38. -.au
  39. -Mark R. Horton
  40. -.ai
  41. -AT&T Bell Laboratories
  42. -Columbus, OH  43213
  43. -.au
  44. -Revised by Rick Adams for 2.11
  45. -.bt
  46. -.hu
  47. -What is the Network News?
  48. -.pg
  49. -USENET (Users' Network)
  50. -is a bulletin board shared among many
  51. -computer systems around the world.
  52. -USENET is a logical network,
  53. -sitting on top of several physical networks,
  54. -including
  55. -.i UUCP ,
  56. -.i BLICN ,
  57. -.i BERKNET ,
  58. -.i X.25 ,
  59. -and the
  60. -.i ARPANET .
  61. -Sites on USENET include many universities,
  62. -private companies, and research organizations.
  63. -Most of the members of USENET are either
  64. -university computer science departments
  65. -or part of AT&T.
  66. -Currently, there are over 50,000 participants at over 2,000 USENET sites in
  67. -the USA, Canada, Europe, Japan and Korea with more joining every day.
  68. -Most are running the
  69. -.ux
  70. -operating system.
  71. -.pg
  72. -The network news,
  73. -or simply
  74. -.i netnews ,
  75. -is the set of programs that provide access to the news
  76. -and transfer it from one machine to the next.
  77. -Netnews was originally written at Duke University
  78. -and has been modified extensively by the University
  79. -of California at Berkeley and others.
  80. -Netnews allows articles to be posted for limited or very wide distribution.
  81. -This document contains a list of newsgroups
  82. -that were active at the time the document was written.
  83. -It exists
  84. -to assist you in determining which newsgroups you may
  85. -want to subscribe to.
  86. -When creating a new article,
  87. -the level of distribution can be controlled
  88. -by use of the
  89. -.cf Distribution
  90. -field.
  91. -This will prevent notices of apartments for rent in New Jersey
  92. -being broadcast to California
  93. -(or even Europe).
  94. -.pg
  95. -Any user can post an article,
  96. -which will be sent out to the network
  97. -to be read by persons interested in that topic.
  98. -You can specify which topics are of interest to you by putting them in a
  99. -.i "subscription list" .
  100. -Then,
  101. -whenever you ask to read news,
  102. -the news reading program will present all unread articles of interest.
  103. -There are also facilities for browsing through old news,
  104. -posting follow-up articles,
  105. -and sending direct electronic mail replies to the author of an article.
  106. -.pg
  107. -This paper is a tutorial,
  108. -aimed at the user who wants to read and possibly post news.
  109. -The system administrator who must install the software
  110. -should see the companion document
  111. -.i "USENET Version B Installation" .
  112. -.hu
  113. -Why USENET?
  114. -.pg
  115. -USENET is useful in a number of ways.
  116. -Someone wishing to announce a new program or product can reach a wide audience.
  117. -A user can ask \*(lqDoes anyone have an
  118. -.i x ?\*(rq
  119. -and will usually get several responses within a day or two.
  120. -Bug reports and their fixes can be made quickly available
  121. -without the usual overhead of sending out mass mailings.
  122. -Discussions involving many people at different locations
  123. -can take place without having to get everyone together.
  124. -.pg
  125. -Another facility with similar capabilities to
  126. -.i netnews
  127. -is the
  128. -.i "electronic mailing list" .
  129. -A mailing list is a collection of electronic mailing addresses of users
  130. -who are interested in a particular topic.
  131. -By sending electronic mail to the list,
  132. -all users on the list receive a copy of the article.
  133. -While the mailing list facility is quite useful,
  134. -USENET offers a number of advantages not present in mailing lists.
  135. -Getting yourself on a mailing list is not always easy.
  136. -You have to figure out who maintains the list and ask them to put you on it.
  137. -Often these people are out of town or busy,
  138. -and don't put you on the list for several days.
  139. -Sometimes you have to send mail to the entire mailing list,
  140. -hoping that one of the readers will tell you who maintains the list.
  141. -Once you are on the list,
  142. -you often find yourself in the middle of a discussion.
  143. -Netnews keeps old articles around until they expire (usually about two weeks)
  144. -so you can browse through old news to catch up on what you missed.
  145. -Similarly,
  146. -referring to an old article is easy,
  147. -without having to keep a personal file of all old mail to the list.
  148. -.pg
  149. -Another advantage is appreciated by the other users of the system.
  150. -There is less overhead in having only one copy of each message
  151. -sent to each machine,
  152. -rather than having separate copies sent
  153. -to each of several users on the same machine.
  154. -This cuts down on computer time to process the messages,
  155. -and on-line costs for telephone calls to transfer messages
  156. -from one machine to another (when phone lines are used).
  157. -Another advantage is in the disk space consumed.
  158. -When only one message is sent to each system,
  159. -only one copy of the message is kept on disk.
  160. -In a mailing list environment,
  161. -each user has a copy in a mailbox.
  162. -Of course, if the mailing list is small enough the overhead is less
  163. -than an international newsgroup.
  164. -.hu
  165. -How do I Read News?
  166. -.pg
  167. -In the USENET jargon,
  168. -interest topics are called
  169. -.i newsgroups .
  170. -A newsgroup list appears in a later section,
  171. -current as this paper was written.
  172. -You have your own
  173. -.i "subscription list"
  174. -of newsgroups to which you are said to
  175. -.i subscribe .
  176. -.pg
  177. -The simplest way to read news is to type the command:
  178. -.sd c
  179. -readnews
  180. -.ed
  181. -Other possibilities include: a full-screen-oriented news reading program,
  182. -.i vnews (1),
  183. -(described in the Appendix,) the
  184. -.i notesfile
  185. -system, which can also be used for news (described in a separate paper,)
  186. -and
  187. -.i rn ,
  188. -a very popular news reading program distributed separately from this package.
  189. -Each newsgroup to which you subscribe will be presented,
  190. -one article at a time.
  191. -As each article is presented,
  192. -you will be shown the
  193. -.i header
  194. -(containing the name of the author,
  195. -the subject,
  196. -and the length of the article)
  197. -and you will be asked if you want more.
  198. -There are a number of possible choices you can make at this point.
  199. -The three most common
  200. -.qp y , (
  201. -.qp n ,
  202. -and
  203. -.qp q )
  204. -are suggested by the program.
  205. -(To see a complete list of possible responses,
  206. -type
  207. -.qp ?
  208. -for help.)
  209. -You can type
  210. -.qp y
  211. -for \*(lqyes\*(rq
  212. -(or simply hit
  213. -.qc RETURN )
  214. -and the rest of the message will be displayed.
  215. -(If the message is long,
  216. -it may stop before it runs off the top of the screen.
  217. -Type
  218. -.qc SPACE
  219. -or
  220. -.qc RETURN
  221. -to see more of the message.
  222. -Another choice you can make is
  223. -.qp n
  224. -for \*(lqno\*(rq.
  225. -This means you are not interested in the message \-
  226. -it will not be offered to you again.
  227. -A third option is
  228. -.qp q
  229. -for \*(lqquit\*(rq.
  230. -This causes a record to be made of which articles you read
  231. -(or refused)
  232. -and you will exit netnews.
  233. -When you have read all the news,
  234. -this happens automatically.
  235. -The
  236. -.qp q
  237. -command is mainly useful if you are in a hurry
  238. -and don't have time to read all the news right now.
  239. -(Many users put a
  240. -.i readnews (1)
  241. -or
  242. -.i checknews (1)
  243. -command in their
  244. -.i .profile
  245. -or
  246. -.i .login
  247. -files so that they will see new news each time they log in.)
  248. -.pg
  249. -If you are reading news for the first time,
  250. -you may find yourself swamped by the volume of unread news,
  251. -especially if the default subscription is
  252. -.ng all .
  253. -Don't let this bother you.
  254. -If you are getting newsgroups in which you have no interest,
  255. -you can change your subscription list
  256. -(see below).
  257. -Also,
  258. -bear in mind that what you see
  259. -is probably at least two weeks' accumulation of news.
  260. -If you want to just get rid of all old news and start anew,
  261. -type
  262. -.sd c
  263. -readnews \-K \-n all
  264. -.ed
  265. -which will throw away all old news,
  266. -recording that you have seen it all.
  267. -Or,
  268. -you can use the
  269. -.qp K
  270. -command to mark all articles in the current newsgroup as read.
  271. -.pg
  272. -Once you catch up with (or ignore) all the old news,
  273. -the news will come in daily at a more manageable rate.
  274. -(If the daily rate is still too much
  275. -you may wish to unsubscribe to some of the higher volume, less useful newsgroups.)
  276. -Finally,
  277. -note that while an article is printing,
  278. -you can hit
  279. -your interrupt character
  280. -(usually
  281. -.qc CONTROL-C
  282. -or
  283. -.qc DELETE ),
  284. -which will throw away the rest of the article.
  285. -.pg
  286. -Among the other commands you can type after seeing the header
  287. -of an article are:
  288. -.Qp x 13
  289. -Exit
  290. -.i readnews .
  291. -This is different from
  292. -.qp q
  293. -in that the
  294. -.qp q
  295. -command
  296. -will update the record of which articles you have read,
  297. -but
  298. -.qp x
  299. -will pretend you never started
  300. -.i readnews .
  301. -.Qp N 13
  302. -Go on to the next newsgroup.
  303. -The remaining articles in the current newsgroup are considered
  304. -.i unread ,
  305. -and will be offered to you again the next time you read news.
  306. -.Qp "s \f2file\fP" 13
  307. -The article is saved in a disk file with the given name.
  308. -In practice,
  309. -what usually happens is that an article is printed,
  310. -and then
  311. -.i readnews
  312. -goes on to print the header of the next article
  313. -before you get a chance to type anything.
  314. -So you usually want to write out the
  315. -.i previous
  316. -message
  317. -(the last one you have read in full);
  318. -in this case,
  319. -use the form
  320. -.qp s\-
  321. -.i filename .
  322. -.Qp e 13
  323. -Erase the memory of having seen this article.
  324. -It will be offered to you again next time,
  325. -as though you had never seen it.
  326. -The variation
  327. -.qp e\-
  328. -(erase  memory of the previously read article instead of
  329. -the current article) is useful for checking follow-ups to see
  330. -if anyone has already said what you wanted to say.
  331. -.Qp r 13
  332. -Reply to the author of the message.
  333. -You will be placed in the editor,
  334. -with a set of headers derived from the message you are replying to.
  335. -Type in your message after the blank line.
  336. -If you wish to edit the header list
  337. -to add more recipients or send carbon copies,
  338. -for instance,
  339. -you can edit the header lines.
  340. -Anyone listed on a line beginning with
  341. -.hf To
  342. -or
  343. -.hf Cc
  344. -will receive a copy of your reply.
  345. -Note that the path used to receive a piece of news may not be the fastest
  346. -way to reply by mail. If speed is important and you know a faster way,
  347. -edit it in place of what the reply command supplied.
  348. -A mail command will then be started up,
  349. -addressed to the persons listed in the header.
  350. -You are then returned to
  351. -.i readnews .
  352. -The case
  353. -.qp r\-
  354. -is also useful to reply to the previous message.
  355. -Another variation on this is
  356. -.qp rd\-
  357. -which puts you in
  358. -.b $MAILER
  359. -(or
  360. -.i mail (1)
  361. -by default)
  362. -to type in your reply directly.
  363. -.Qp f 13
  364. -Post a follow-up message to the same newsgroup.
  365. -This posts an article on this newsgroup
  366. -with the same title as the original article.
  367. -Use common sense when posting follow-ups. (Read Matt Bishop's paper
  368. -\*(lqHow to use USENET Effectively\*(rq for extended discussion of when
  369. -and when not to post -- many follow-up articles should have just been replies.)
  370. -You will be placed in the editor. Enter your message and exit.
  371. -The case
  372. -.qp f\-
  373. -is also useful to follow up the previous message.
  374. -In each case,
  375. -the editor you are placed in will be
  376. -.i vi (1)
  377. -unless you set
  378. -.b EDITOR
  379. -(in your environment) to some other editor.
  380. -You should enter the text of the follow-up after the blank line.
  381. -.Qp + 13
  382. -The article is skipped for now.
  383. -The next time you read news,
  384. -you will be offered this article again.
  385. -.Qp \- 13
  386. -Go back to the previous article.
  387. -This toggles,
  388. -so that two
  389. -.qp \- 's
  390. -get you the current article.
  391. -.Qp b 13
  392. -Back up one article in the current group.
  393. -This is not necessarily the previous article.
  394. -.Qp U 13
  395. -Unsubscribe from this newsgroup.
  396. -Your
  397. -.i \&.newsrc (5)
  398. -file will be edited to change the
  399. -.qp :
  400. -for that newsgroup to an
  401. -.qp !
  402. -preventing you from being shown that newsgroup again.
  403. -.Qp ? 13
  404. -If you type any unrecognized command,
  405. -a summary of valid commands will be printed.
  406. -.hu
  407. -Changing your Subscription List
  408. -.pg
  409. -If you take no special action you will subscribe to a default subscription list.
  410. -This default varies locally.
  411. -To find out your local default,
  412. -type
  413. -.sd c
  414. -readnews \-s
  415. -.ed
  416. -Typically this list will include all newsgroups ending in \*(lqgeneral\*(rq
  417. -or \*(lqannounce\*(rq,
  418. -such as
  419. -.ng general ,
  420. -and
  421. -.ng news.announce .
  422. -(As distributed,
  423. -the default is
  424. -.ng general\f1,\fPall.announce .
  425. -Another popular default is
  426. -.ng all .)
  427. -You can change this by creating a file in your home directory named
  428. -.i .newsrc
  429. -which contains as its first line a line of the form:
  430. -.sd c
  431. -options \-n newsgroup,newsgroup,newsgroup ...
  432. -.ed
  433. -If your lines get too long,
  434. -you can continue them on subsequent lines
  435. -by beginning those lines with a space.
  436. -(The netnews system will put extra lines in this file
  437. -to record which articles you have read.
  438. -You should ignore these lines unless you want to edit them.)
  439. -For example,
  440. -if you are creating a subscription list for the first time,
  441. -and have already read news,
  442. -you will find some text already in your
  443. -.i .newsrc
  444. -file,
  445. -recording which articles you have read.
  446. -You should put your
  447. -.b options
  448. -line before the first line of the file.)
  449. -Thus,
  450. -.sd c
  451. -options \-n general,news.announce,comp.human-nets
  452. -.ed
  453. -will subscribe to those three newsgroups.
  454. -.pg
  455. -An
  456. -.qp !
  457. -can be used to exclude certain newsgroups and the word
  458. -.ng all
  459. -can be used as a wild card,
  460. -representing any newsgroup.
  461. -You can also use
  462. -.ng all
  463. -as a prefix or suffix to match a class of newsgroups.
  464. -For example,
  465. -.sd c
  466. -options \-n all,!talk,!rec.humor,!all.unix
  467. -.ed
  468. -will result in a subscription to all newsgroups except for \*(lqtalk\*(rq group,
  469. -jokes,
  470. -and any
  471. -.ux
  472. -information.
  473. -The metacharacter
  474. -.qp .
  475. -is like
  476. -.qp /
  477. -to the shell,
  478. -and
  479. -.ng all
  480. -is like
  481. -.qp * .
  482. -.pg
  483. -A simpler way to subscribe to news is to subscribe to
  484. -.ng all ,
  485. -and then use the
  486. -.qp U
  487. -.i readnews
  488. -command to unsubscribe to newsgroups you don't want to read.
  489. -This way you will see new newsgroups that are created,
  490. -get a chance to evaluate them,
  491. -and then unsubscribe to those that don't interest you.
  492. -.pg
  493. -The order of the newsgroups in your
  494. -.i .newsrc
  495. -(after the options line)
  496. -is the order in which newsgroups will be shown.
  497. -If you want something other than the default,
  498. -move the lines around until you are satisfied with the order.
  499. -Be careful to keep the options line as the first line in the file.
  500. -.hu
  501. -Submitting Articles
  502. -.pg
  503. -To submit a new news article type
  504. -.sd c
  505. -postnews
  506. -.ed
  507. -First,
  508. -it will ask you if this is a follow-up to an article.
  509. -Answer
  510. -.b yes
  511. -or
  512. -.b no .
  513. -If
  514. -.b yes ,
  515. -you really should have done an
  516. -.qp f
  517. -from
  518. -.i readnews ,
  519. -but it will try and figure out which article you are following up to.
  520. -It will ask for the newsgroup in which you read the article
  521. -and the article number.
  522. -If you can't remember,
  523. -go back to
  524. -.i readnews
  525. -and find out.
  526. -It is important that discussions are kept together.
  527. -It is very frustrating for someone to read a follow-up that says:
  528. -\&\*(lqI agree.
  529. -It's very dangerous to leave that program as distributed.\*(rq
  530. -and not have any idea what the poster was referring to.
  531. -.pg
  532. -If you answer
  533. -.b no ,
  534. -.i postnews (1)
  535. -will ask you for the subject of the new article.
  536. -This should be as informative as possible.
  537. -For example,
  538. -.cf "'67 Porsche for sale in New Jersey"
  539. -is much better than
  540. -.cf "Car for sale"
  541. -or even
  542. -.cf "For sale" .
  543. -It will then ask which newsgroups you want the article posted in.
  544. -If you are unsure,
  545. -type
  546. -.qp ?
  547. -instead of a specific newsgroup
  548. -and it will show you the list of currently available groups.
  549. -Then,
  550. -you will be asked how far your article should be distributed.
  551. -It is important to keep this as small as possible
  552. -to accomplish the purpose of your article.
  553. -Remember that many newsgroups are read in Europe,
  554. -Australia,
  555. -and Asia in addition to the United States and Canada.
  556. -It does no good
  557. -(to use the previous example)
  558. -to post a
  559. -.cf "Car for sale in New Jersey"
  560. -article with a distribution of 
  561. -.ng world .
  562. -There is almost no chance that a person in Sweden or Korea
  563. -would be interested in buying your car (even if it is a Porsche).
  564. -It is a waste of money and computer resources
  565. -to transmit the article that far.
  566. -For this specific case,
  567. -the appropriate distribution would be
  568. -.ng nj
  569. -or only in New Jersey.
  570. -If there were no local distribution available,
  571. -at least it should be confined to
  572. -.ng usa .
  573. -If you are unsure of the distributions available at your site,
  574. -type
  575. -.qp ?
  576. -instead of a distribution
  577. -and you will receive a list of distributions valid for your site.
  578. -If the distribution is
  579. -.ng world ,
  580. -your article will be read (perhaps with disgust)
  581. -by thousands of people around the world.
  582. -.pg
  583. -Then you will be placed in the editor.
  584. -Enter the text of your article,
  585. -after the blank line,
  586. -and exit the editor.
  587. -The article will be posted to the newsgroups specified.
  588. -If you change your mind about the headers while you are still in the editor,
  589. -you can edit them as well.
  590. -Extra headers can also be added before the blank line.
  591. -.hu
  592. -Browsing through Old News
  593. -.pg
  594. -There are a number of command line options to the
  595. -.i readnews
  596. -command to help you find an old article you want to see again.
  597. -The
  598. -.op \-n
  599. -.i newsgroups
  600. -option restricts your search to certain newsgroups.
  601. -The
  602. -.op \-x
  603. -option arranges to ignore the record of articles read,
  604. -which is kept in your
  605. -.i \&.newsrc
  606. -file.
  607. -This will cause all articles in all newsgroups to which you
  608. -subscribe to be displayed,
  609. -even those which you have already seen.
  610. -It also causes
  611. -.i readnews
  612. -to not update the
  613. -.i \&.newsrc
  614. -file.
  615. -The
  616. -.op \-a
  617. -.i date
  618. -option asks for news received after the given
  619. -.i date .
  620. -Note that even with the
  621. -.op \-a
  622. -option, only articles you have not already seen will be printed,
  623. -unless you combine it with the
  624. -.op \-x
  625. -option.
  626. -(Articles are kept on file until they expire,
  627. -typically after two weeks.)
  628. -The
  629. -.op \-t
  630. -.i keywords
  631. -option restricts the query to articles mentioning one of the
  632. -.i keywords
  633. -in the title of the article.
  634. -Thus,
  635. -the command
  636. -.sd c
  637. -readnews \-n comp.unix \-x \-a last thursday \-t setuid
  638. -.ed
  639. -asks for all articles in newsgroup
  640. -.ng comp.unix
  641. -since last Thursday about the setuid feature.
  642. -(Be careful with the
  643. -.op \-t
  644. -option.
  645. -The above example will not find articles about
  646. -.cf suid ,
  647. -nor will it find articles with no title or
  648. -whose author did not use the word
  649. -.cf setuid
  650. -in the title.)
  651. -.pg
  652. -Other useful options include the
  653. -.op \-l
  654. -option (which lists only the headers of articles \-
  655. -a useful form for browsing through lots of messages.)
  656. -The
  657. -.op \-p
  658. -option prints the messages without asking for any input;
  659. -this is similar to some older news programs on many
  660. -.ux
  661. -systems and is useful for directing output to a printer.
  662. -The
  663. -.op \-r
  664. -option produces articles in reverse order,
  665. -from newest to oldest.
  666. -.hu
  667. -User Interfaces
  668. -.pg
  669. -The
  670. -.i "user interface"
  671. -of a program is the view it presents to the user,
  672. -that is,
  673. -what it prints and what it allows you to type.
  674. -.i Readnews
  675. -has options allowing you to use different user interfaces.
  676. -The interface described above is called the \*(lqmsgs\*(rq interface
  677. -because it mimics the style of the Berkeley
  678. -.i msgs (1)
  679. -program.
  680. -(This program,
  681. -in turn,
  682. -mimics a program at MIT of the same name.)
  683. -The key element of the msgs interface is that after printing the header,
  684. -you are asked if you want the rest of the message.
  685. -.pg
  686. -Another interface is available with the
  687. -.op \-c
  688. -option.
  689. -In this case,
  690. -the entire message is printed,
  691. -header and body,
  692. -and you are prompted at the end of the message.
  693. -The command options are the same as the msgs interface,
  694. -but it is usually not necessary to use the
  695. -.qp \-
  696. -suffix on the
  697. -.qp r ,
  698. -.qp s ,
  699. -or
  700. -.qp f
  701. -commands.
  702. -This interface is called the \*(lq/bin/mail\*(rq
  703. -(pronounced \*(lqbin mail\*(lq)
  704. -interface,
  705. -because it mimics the
  706. -.ux
  707. -program of that name.
  708. -.pg
  709. -A third interface is the
  710. -.i Mail (1)
  711. -(pronounced \*(lqcap mail\*(rq) interface,
  712. -available with the
  713. -.op \-M
  714. -option.
  715. -This invokes the
  716. -.i Mail
  717. -program directly,
  718. -and allows you to read news with the same commands as you read mail.
  719. -(This interface may not work on your system \-
  720. -it requires a special version of
  721. -.i Mail
  722. -with a
  723. -.qp \-T
  724. -option.)
  725. -.pg
  726. -A fourth interface, is the MH news/mail program from Rand.
  727. -That program can be used directly to read network news.
  728. -.pg
  729. -A fifth interface,
  730. -.i vnews ,
  731. -which works well on display terminals, is described in the Appendix.
  732. -.pg
  733. -A sixth possibility is the 
  734. -.i notesfile
  735. -system, described in a separate paper.  It is also display-oriented.
  736. -.pg
  737. -A seventh interface is
  738. -.i rn .
  739. -It is quite powerful and reminiscent of the EMACS text editor.
  740. -.pg
  741. -An eighth possibility is to use your favorite mail system as an interface.
  742. -There are a number of different mail reading programs, including
  743. -.i /bin/mail (1),
  744. -.i Mail ,
  745. -.i msg (1),
  746. -and MH.
  747. -Any mail system with an option to specify an alternative mailbox
  748. -can be used to read news.
  749. -For example,
  750. -to use
  751. -.i Mail
  752. -without the
  753. -.qp \-M
  754. -option,
  755. -type
  756. -.sd c
  757. -readnews \-c "Mail \-f %"
  758. -.ed
  759. -The shell command in quotes is invoked as a child of
  760. -.i readnews.
  761. -The
  762. -.qp \-f
  763. -option to
  764. -.i Mail
  765. -names the alternative mailbox.
  766. -.i Readnews
  767. -will put the news in a temporary file,
  768. -and give the name of this file to the mailer in place of the
  769. -.qp % .
  770. -There is an important difference when using this kind of interface.
  771. -The mailers do not give any indication of which articles you read
  772. -and which ones you skipped.
  773. -.i Readnews
  774. -will assume you read
  775. -.i all
  776. -the articles,
  777. -even if you didn't,
  778. -and mark them all read.
  779. -By contrast,
  780. -the
  781. -.op \-M
  782. -option uses the
  783. -.op \-T
  784. -option to
  785. -.i Mail ,
  786. -asking
  787. -.i Mail
  788. -to tell
  789. -.i readnews
  790. -which articles you read.
  791. -.hu
  792. -Getting News when you Log In
  793. -.pg
  794. -Most users like to be told when they first log in if there is any news.
  795. -This way they are reminded of news,
  796. -but are not interrupted by it during the day.
  797. -If you log in once in the morning,
  798. -you can think of getting the news as reading the morning newspaper.
  799. -It is common to put a
  800. -.i checknews
  801. -or
  802. -.i readnews
  803. -command in your
  804. -.i .profile
  805. -or
  806. -.i .login
  807. -file of commands that are executed when you log in.
  808. -.pg
  809. -Since there might not be any news,
  810. -and since the
  811. -.i readnews
  812. -command goes to a considerable amount of work to find all unread news
  813. -(assuming you are going to read it),
  814. -there is another command,
  815. -called
  816. -.i checknews ,
  817. -which tells you if there is any news.
  818. -The
  819. -.i checknews
  820. -command is smaller and faster than
  821. -.i readnews ,
  822. -and was designed especially for a login file.
  823. -There are also options to be silent if there is (or is not) news,
  824. -and to start up
  825. -.i readnews
  826. -automatically if there is news.
  827. -.pg
  828. -The options to
  829. -.i checknews
  830. -are:
  831. -.Op \-y 10
  832. -Print \*(lqThere is news\*(rq if there is any unread news.
  833. -.Op \-v 10
  834. -If
  835. -.op \-y
  836. -is also given,
  837. -instead of printing \*(lqThere is news\*(rq,
  838. -prints \*(lqNews: \fInewsgroup\fP ...\*(rq
  839. -giving the name of the first newsgroup containing unread news.
  840. -If
  841. -.ng general
  842. -is the first newsgroup presented,
  843. -this can be used to tell users whether the unread news is important.
  844. -.Op \-n 10
  845. -Print \*(lqNo news\*(rq if there is no unread news.
  846. -.Op \-e 10
  847. -If there is any unread news,
  848. -start up
  849. -.i readnews.
  850. -Any additional arguments after the
  851. -.op \-e
  852. -will be passed to readnews.
  853. -.pg
  854. -Thus,
  855. -.sd c
  856. -checknews \-yn
  857. -.ed
  858. -tells you whether there is any unread news.
  859. -.sd c
  860. -checknews \-e \-M
  861. -.ed
  862. -starts up
  863. -.i readnews
  864. -with the
  865. -.i Mail
  866. -interface if there is news,
  867. -and otherwise does nothing.
  868. -.sd c
  869. -checknews \-y
  870. -.ed
  871. -tells you if there is news,
  872. -and is silent if there is no news.
  873. -.hu
  874. -Creating New Newsgroups
  875. -.pg
  876. -New newsgroups are proposed by the users and created by site administrators.
  877. -To create a newsgroup,
  878. -first make sure this is the right thing to do.
  879. -Normally a suggestion is first posted to
  880. -.ng news.groups\f1,\fPwhatever.relatedgroup
  881. -for a world wide newsgroup
  882. -.ng whatever.relatedgroup "" (
  883. -should be the group which you are proposing to subdivide.)
  884. -For example,
  885. -to propose creating
  886. -.ng rec.arts.tv.soaps ,
  887. -post the original article to
  888. -.ng rec.arts.tv\f1,\fPnews.groups ).
  889. -Followups are made to
  890. -.ng news.groups
  891. -.i only .
  892. -(You can force this by putting the line:
  893. -.sd c
  894. -Followup-To: news.groups
  895. -.ed
  896. -in the headers of your original posting).
  897. -If it is established that there is general interest in such a group,
  898. -and a name is agreed on,
  899. -then ask your local netnews administrator to create the newsgroup.
  900. -(It can actually be created by any netnews administrator anywhere on the net,
  901. -within the scope of the newsgroup.)
  902. -Once the newsgroup is created and the first article has been posted,
  903. -the newsgroup is available for all interested persons to post to.
  904. -.hu
  905. -List of Newsgroups
  906. -.pg
  907. -This section lists the newsgroups that are currently active.
  908. -It is intended to help you decide what you want to subscribe to.
  909. -Note that the list is constantly changing.
  910. -Note also that this list only describes those groups available
  911. -on a network-wide basis. Since not all installations choose to receive all
  912. -newsgroups, it is recommended that each installation edit the list of local
  913. -newsgroups to be correct before distributing this document to their users.
  914. -If this is not possible,
  915. -a local appendix can be created.
  916. -.hu 2
  917. -Local
  918. -.pg
  919. -Local groups are kept on the current machine only.
  920. -Local names can be identified by the lack of a prefix,
  921. -that is, there are no periods in local newsgroup names.
  922. -.lp general 10
  923. -News to be read by everyone on the local machine.
  924. -For example:
  925. -\&\*(lqThe system will be down Monday morning for PM.\*(rq
  926. -Or,
  927. -\&\*(lqA new version of program
  928. -.i x
  929. -has been installed.\*(rq
  930. -This newsgroup is usually mandatory \-
  931. -you are required to subscribe to this newsgroup.
  932. -(The list of mandatory newsgroups varies locally.)
  933. -This requirement assures that important announcements reach all users.
  934. -(Formerly
  935. -.i msgs .)
  936. -.hu 2
  937. -Network Wide
  938. -.pg
  939. -These are the groups as of the last editing of this manual.
  940. -The list is undoubtably already out of date.
  941. -A current list can be obtained by typing
  942. -.qp ?
  943. -to the \*(lqNewsgroups? \*(rq prompt in postnews.
  944. -.nf
  945. -.ta \w'comp.protocols.appletalk     'u
  946. -comp.ai    Artificial intelligence discussions.
  947. -comp.ai.digest    Arpanet Artificial Intelligence Digest. (Moderated)
  948. -comp.arch    Computer architecture.
  949. -comp.bugs.2bsd    Reports of UNIX* version 2BSD related bugs.
  950. -comp.bugs.4bsd    Reports of UNIX version 4BSD related bugs.
  951. -comp.bugs.misc    General bug reports and fixes.
  952. -comp.bugs.sys5    Reports of AT&T System 5 (and System 3) related bugs.
  953. -comp.cog-eng    Cognitive engineering.
  954. -comp.compilers    Compiler construction, etc. (Moderated)
  955. -comp.databases    Database and data management issues and theory.
  956. -comp.dcom.lans    Local area network hardware and software.
  957. -comp.dcom.modems    Data communications hardware and software.
  958. -comp.dcom.telecom    Telecommunications digest. (Moderated)
  959. -comp.doc    Public-domain documentation. (Moderated)
  960. -comp.doc.techreports    Announcements and lists of technical reports.(Moderated)
  961. -comp.edu    Computer science education.
  962. -comp.emacs    EMACS editors of different flavors.
  963. -comp.graphics    Computer graphics, art, animation, image processing,
  964. -comp.graphics.digest    Arpanet Digest on Computer Graphics. (Moderated)
  965. -comp.lang.ada    The computer language Ada*.
  966. -comp.lang.apl    The computer language APL.
  967. -comp.lang.c    The computer language C.
  968. -comp.lang.c++    The object-oriented computer language C++.
  969. -comp.lang.forth    The computer language Forth.
  970. -comp.lang.fortran    The computer language FORTRAN.
  971. -comp.lang.lisp    The computer language LISP.
  972. -comp.lang.misc    Other computer languages.
  973. -comp.lang.modula2    The computer language Modula-2.
  974. -comp.lang.pascal    The computer language Pascal.
  975. -comp.lang.prolog    The computer language PROLOG.
  976. -comp.lang.smalltalk    The computer language Smalltalk 80.
  977. -comp.laser-printers    Laser printers, hardware and software. (Moderated)
  978. -comp.lsi    Large scale integrated circuits.
  979. -comp.mail.headers    Arpanet header-people mailnig list.
  980. -comp.mail.maps    Various maps, including UUCP maps. (Moderated)
  981. -comp.mail.uucp    Proposed uucp mail/network standards.
  982. -comp.newprod    Announcements of new products (Moderated)
  983. -comp.org.decus    DEC* Users' Society newsgroup.
  984. -comp.org.usenix    USENIX Association events and announcements.
  985. -comp.os.cpm    The CP/M operating system.
  986. -comp.os.eunice    The SRI Eunice system.
  987. -comp.os.os9    The os9 operating system. (Moderated)
  988. -comp.os.vms    DEC's VMS Operating System    (Moderated)
  989. -comp.periphs    Peripheral devices.
  990. -comp.protocols    File Transfer Protocol discussions.    (Moderated)
  991. -comp.protocols.appletalk    Applebus hardware & software. (Moderated)
  992. -comp.protocols.kermit    Information about the Kermit package.    (Moderated)
  993. -comp.protocols.tcp-ip    TCP and IP network protocols.    (Moderated)
  994. -comp.sources.amiga    Public Domain Software for the Amiga.    (Moderated)
  995. -comp.sources.bugs    Bugs and fixes for comp.sources postings (Moderated)
  996. -comp.sources.d    Any discussion on comp.sources postings.
  997. -comp.sources.games    Postings of recreational software    (Moderated)
  998. -comp.sources.mac    Public Domain Software for the Macintosh (Moderated)
  999. -comp.sources.unix    Public Domain Software for Unix systems (Moderated)
  1000. -comp.sources.wanted    Requests for software, termcap entries, etc.
  1001. -comp.std.c    C language standards    (Moderated)
  1002. -comp.std.internat    International standards
  1003. -comp.std.mumps    The X11.1 committee on Mumps (Moderated)
  1004. -comp.std.unix    The P1003 committee on UNIX (Moderated)
  1005. -comp.sys.amiga    Commodore Amiga computers -- info, uses, no programs.
  1006. -comp.sys.apollo    Apollo computer systems.    (Moderated)
  1007. -comp.sys.apple    Apple computers.
  1008. -comp.sys.atari.8bit    8 bit Atari computers.
  1009. -comp.sys.atari.st    16 bit Atari computers.
  1010. -comp.sys.att    AT&T computers.
  1011. -comp.sys.cbm    Commodore computers.
  1012. -comp.sys.dec    DEC computers.
  1013. -comp.sys.hp    Hewlett/Packard computers
  1014. -comp.sys.ibm.pc    IBM personal computers.
  1015. -comp.sys.ibm.pc.digest    Arpanet Digest on the IBM PC family.    (Moderated)
  1016. -comp.sys.intel    Intel computers.
  1017. -comp.sys.m6809    Motorola 6809's.
  1018. -comp.sys.m68k    Motorola 68000, 68010, 68020 based computers
  1019. -comp.sys.m68k.digest    Arpanet Digest on 68000-based systems.    (Moderated)
  1020. -comp.sys.mac    The Apple Macintosh & Lisa
  1021. -comp.sys.mac.digest    Arpanet Digest on Apple Macintosh computers (Moderated)
  1022. -comp.sys.masscomp    Masscomp computers.    (Moderated)
  1023. -comp.sys.misc    Other types of computers.
  1024. -comp.sys.nsc    National Semiconductor Computers and chips.
  1025. -comp.sys.pyramid    Pyramid 90x computers.    (Moderated)
  1026. -comp.sys.ridge    Ridge 32 computers and ROS.    (Moderated)
  1027. -comp.sys.sequent    Sequent systems, (esp. Balance 8000).    (Moderated)
  1028. -comp.sys.sun    Sun "workstation" computers    (Moderated)
  1029. -comp.sys.tandy    Tandy/Radio Shack computers
  1030. -comp.sys.ti    Texas Instruments computers.
  1031. -comp.sys.workstations    Various workstation-type computers.    (Moderated)
  1032. -comp.terminals    All sorts of terminals.
  1033. -comp.text    Text processing.
  1034. -comp.unix    UNIX* features and bugs.    (Moderated)
  1035. -comp.unix.questions    General questions on UNIX.
  1036. -comp.unix.wizards    Expert discussions, bug reports, and fixes for UNIX.
  1037. -misc.consumers    Consumer interests, product reviews, etc.
  1038. -misc.consumers.house    Owning and maintaining a house.
  1039. -misc.invest    Investments and the handling of money.
  1040. -misc.jobs    Job announcements, requests, etc.
  1041. -misc.kids    Children, their behavior and activities.
  1042. -misc.legal    Legalities and the ethics of law.
  1043. -misc.misc    Various discussions too short-lived for other groups.
  1044. -misc.psi    ESP,PSI, etc (Moderated)
  1045. -misc.taxes    Tax laws and advice.
  1046. -misc.test    Testing of network software. Very boring.
  1047. -misc.wanted    Requests for things that are needed.
  1048. -news.admin    Comments directed to news administrators.
  1049. -news.announce    General announcements of interest to all. (Moderated)
  1050. -news.announce.conferences Upcoming conferences (Moderated)
  1051. -news.announce.newusers    Explanatory postings for new users. (Moderated)
  1052. -news.config    Postings of system down times and interruptions.
  1053. -news.groups    Discussions and lists of newsgroups
  1054. -news.lists    News-related statistics and lists    (Moderated)
  1055. -news.misc    Discussions of USENET itself.
  1056. -news.newsites    Postings of new site announcements.
  1057. -news.software.b    B news software.
  1058. -news.software.notes    Notesfile software from the Univ. of Illinois.
  1059. -news.stargate    Satellite transmission of news.
  1060. -news.sysadmin    Comments directed to system administrators.
  1061. -rec.arts.books    Books of all genres, shapes, and sizes.
  1062. -rec.arts.comics    The funnies, old and new.
  1063. -rec.arts.drwho    Dr. Who.
  1064. -rec.arts.misc    Other arts related topics.
  1065. -rec.arts.movies    Reviews and discussions of movies.
  1066. -rec.arts.poems    Poetry.
  1067. -rec.arts.sf-lovers    Science fiction lovers' newsgroup.
  1068. -rec.arts.startrek    Star Trek, the TV show and the movies.
  1069. -rec.arts.tv    The boob tube, its history, and past and current shows.
  1070. -rec.arts.tv.soaps    Postings about TV soap operas.
  1071. -rec.audio    High fidelity audio.
  1072. -rec.autos    Automobiles, automotive products and laws.
  1073. -rec.autos.tech    Technical aspects of automobiles, et. al.
  1074. -rec.aviation    Aviation rules, means, and methods.
  1075. -rec.bicycles    Bicycles, related products and laws.
  1076. -rec.birds    Hobbyists interested in bird watching.
  1077. -rec.boats    Hobbyists interested in boating.
  1078. -rec.food.cooking    Food, cooking, cookbooks, and recipes.
  1079. -rec.food.drink    Wines and spirits.
  1080. -rec.food.recipes    A "distributed cookbook" of recipes.    (Moderated)
  1081. -rec.food.veg    Vegetarians.
  1082. -rec.games.board    Board games.
  1083. -rec.games.bridge    Hobbyists interested in bridge.
  1084. -rec.games.chess    Chess & computer chess.
  1085. -rec.games.empire    The computer game Empire.
  1086. -rec.games.frp    Fantasy Role Playing games.
  1087. -rec.games.go    Go.
  1088. -rec.games.hack    The computer game Hack.
  1089. -rec.games.misc    Other games and computer games.
  1090. -rec.games.pbm    Play by Mail games.
  1091. -rec.games.rogue    The computer game Rogue.
  1092. -rec.games.trivia    Trivia.
  1093. -rec.games.video    Video games.
  1094. -rec.gardens    Gardening, methods and results.
  1095. -rec.guns    Firearms    (Moderated)
  1096. -rec.ham-radio    Amateur Radio practices, contests, events, rules, etc.
  1097. -rec.ham-radio.packet    Packet radio setups.
  1098. -rec.humor    Jokes and the like. May be somewhat offensive.
  1099. -rec.humor.d    The content of net.jokes articles
  1100. -rec.mag    Magazine summaries, tables of contents, etc.
  1101. -rec.mag.otherrealms    A science fiction and fantasy "magazine". (Moderated)
  1102. -rec.misc    Other Recreational/participant sports.
  1103. -rec.motorcycles    Motorcycles and related products and laws.
  1104. -rec.music    Reviews and discussion of things musical (Moderated)
  1105. -rec.music.classical    Classical music.
  1106. -rec.music.folk    Folks discussing folk music of various sorts
  1107. -rec.music.gaffa    Kate Bush lovers. (Moderated)
  1108. -rec.music.gdead    A group for (Grateful) Dead-heads
  1109. -rec.music.misc    Other music related topics.
  1110. -rec.music.synth    Synthesizers and computer music
  1111. -rec.nude    Hobbyists interested in naturist/nudist activities.
  1112. -rec.pets    Pets, pet care, and household animals in general.
  1113. -rec.photo    Hobbyists interested in photography.
  1114. -rec.puzzles    Puzzles, problems, and quizzes.
  1115. -rec.railroad    Real and model train fans' newsgroup.
  1116. -rec.scuba    Hobbyists interested in SCUBA diving.
  1117. -rec.skiing    Hobbyists interested in skiing.
  1118. -rec.sport.baseball    Professional baseball.
  1119. -rec.sport.basketball    Professional basketball.
  1120. -rec.sport.football    Professional football.
  1121. -rec.sport.hockey    Professional hockey.
  1122. -rec.sport.misc    Other spectator sports.
  1123. -rec.travel    Traveling all over the world.
  1124. -rec.video    Video and video components.
  1125. -rec.woodworking    Hobbyists interested in woodworking.
  1126. -sci.astro    Astronomy discussions and information.
  1127. -sci.bio    Biology and related sciences.
  1128. -sci.crypt    Different methods of data en/decryption.
  1129. -sci.electronics    Electronic design developments, ideas, and components.
  1130. -sci.lang    Natural languages.
  1131. -sci.math    Mathematical discussions and puzzles.
  1132. -sci.math.stat    Statistics discussion.
  1133. -sci.math.symbolic    Symbolic algebra discussion.
  1134. -sci.med    Medicine and its related products and regulations.
  1135. -sci.misc    General purpose scientific discussions.
  1136. -sci.physics    Physical laws, properties, etc.
  1137. -sci.research    Research and computer research.
  1138. -sci.space    Space, space programs, space related research, etc.
  1139. -sci.space.shuttle    The space shuttle and the STS program.
  1140. -soc.college    College, college activities, campus life, etc.
  1141. -soc.comp    Computers and Society (Moderated)
  1142. -soc.culture.african    Africa & things African
  1143. -soc.culture.celtic    Celtics culture.
  1144. -soc.culture.greek    Greeks culture.
  1145. -soc.culture.indian    India & things Indian
  1146. -soc.culture.jewish    Information and discussion about Judaism.
  1147. -soc.human-nets    Computer aided communications digest.    (Moderated)
  1148. -soc.misc    Other Social topics
  1149. -soc.motss    Issues pertaining to homosexuality.
  1150. -soc.net-people    Announcements, requests, etc. about people on the net.
  1151. -soc.risks    Risks to the public from computers (Moderated)
  1152. -soc.roots    Genealogical matters.
  1153. -soc.singles    Newsgroup for single people, their activities, etc.
  1154. -soc.women    Women's rights, discrimination, etc.
  1155. -talk.abortion    Abortion.
  1156. -talk.origins    Evolution versus creationism (sometimes hot!).
  1157. -talk.philosophy    Philosophical discussions (Moderated)
  1158. -talk.philosophy.misc    Philosophical discussions.
  1159. -talk.philosophy.tech    Philosphy and technology (Moderated)
  1160. -talk.politics    Political problems, systems, solutions. (Moderated)
  1161. -talk.politics.arms-d    Arms discussion digest.    (Moderated)
  1162. -talk.politics.misc    Political discussions. Could get hot.
  1163. -talk.politics.theory    Theory of politics and political systems.
  1164. -talk.religion.christian    The form and nature of Christianity (Moderated)
  1165. -talk.religion.misc    Religious, ethical, and moral implications of actions.
  1166. -talk.rumors    For the posting of rumors.
  1167. -.fi
  1168. -.bp
  1169. -.hu
  1170. -Appendix \- How to use vnews
  1171. -.hu 2 
  1172. -Overview
  1173. -.pg
  1174. -.i Vnews
  1175. -is a program for reading USENET news.
  1176. -It is based on
  1177. -.i readnews
  1178. -but has a CRT-oriented (full screen) user interface.
  1179. -The command line options are identical.
  1180. -The list of available commands is quite similar,
  1181. -although since
  1182. -.i vnews
  1183. -is a
  1184. -.i visual
  1185. -interface,
  1186. -most
  1187. -.i vnews
  1188. -commands do not have to be terminated by a newline.
  1189. -.pg
  1190. -.i Vnews
  1191. -uses all but the last two lines of the screen to display the current article.
  1192. -The next to the last line is the secondary prompt line,
  1193. -and is used to input string arguments to commands.
  1194. -The last line contains several fields.
  1195. -The first field is the prompt field.
  1196. -If
  1197. -.i vnews
  1198. -is at the end of an article,
  1199. -the prompt is
  1200. -.cf next? ;
  1201. -otherwise the prompt is
  1202. -.cf more? .
  1203. -The second field is the newsgroup field,
  1204. -which displays the current newsgroup,
  1205. -the number of the current article,
  1206. -and the number of the last article in the newsgroup.
  1207. -The third field contains the current time,
  1208. -and the last field contains the word
  1209. -.cf mail
  1210. -if you have mail.
  1211. -When you receive new mail,
  1212. -the bell on the terminal is rung and the word
  1213. -.cf MAIL
  1214. -appears in capital letters for 30 seconds.
  1215. -.hu 2
  1216. -Commands
  1217. -.pg
  1218. -Most of the
  1219. -.i readnews
  1220. -commands have
  1221. -.i vnews
  1222. -counterparts and vice versa.
  1223. -Some differences are:
  1224. -.si
  1225. -.lp \(bu 5
  1226. -It lacks a \*(lqdigest\*(rq command (to deal specially with collections
  1227. -of articles bundled together).
  1228. -This would be nice to have,
  1229. -but it does not seem to be a major deficiency
  1230. -since you can move around in the digest with
  1231. -.i vnews
  1232. -commands.
  1233. -.lp \(bu 5
  1234. -To get to the previous group,
  1235. -use the
  1236. -.qp N
  1237. -command with a
  1238. -.qp \-
  1239. -argument.
  1240. -.lp \(bu 5
  1241. -.i Vnews
  1242. -has commands for moving around in the article which
  1243. -.i readnews
  1244. -does not have since they aren't applicable.
  1245. -.lp \(bu 5
  1246. -It has a \*(lqparent\*(rq command which will go to the article
  1247. -that the current article is a follow-up to,
  1248. -and a \*(lqwrite\*(rq
  1249. -command that writes out the body of an article without the header.
  1250. -.lp \(bu 5
  1251. -You can refer to the current article from the shell or
  1252. -while writing a follow-up as
  1253. -.b $A .
  1254. -.lp \(bu 5
  1255. -The \*(lqdecrypt\*(rq command (for decoding possibly offensive
  1256. -material) always does
  1257. -.i rot13
  1258. -which seems to be the default standard but the
  1259. -.i readnews
  1260. -version of it occasionally gets confused.
  1261. -.ei
  1262. -.hu 2
  1263. -Commands that differ from
  1264. -.bi readnews
  1265. -.pg
  1266. -Each
  1267. -.i vnews
  1268. -command may be preceded by a
  1269. -.i count .
  1270. -Some commands use the count; others ignore it.
  1271. -If
  1272. -.i count
  1273. -is omitted,
  1274. -it defaults to one.
  1275. -Some commands prompt for an argument
  1276. -on the second line from the bottom of the screen.
  1277. -Standard
  1278. -.ux
  1279. -erase and kill processing is done on this argument.
  1280. -The argument is terminated by a return.
  1281. -An interrupt
  1282. -.qc DELETE "" (
  1283. -or
  1284. -.qc BREAK )
  1285. -gets you out of any partially entered command. 
  1286. -.Qc CR
  1287. -A carriage return prints more of the current article,
  1288. -or goes on to the next article if you are at the end of the current article.
  1289. -A
  1290. -.qc SPACE
  1291. -is equivalent to
  1292. -.qc CR .
  1293. -.Qc CONTROL-B
  1294. -Go backwards
  1295. -.i count
  1296. -pages.
  1297. -.Qc CONTROL-F
  1298. -Go forward
  1299. -.i count
  1300. -pages.
  1301. -.Qc CONTROL-D
  1302. -Go forwards half a page.
  1303. -.Qc CONTROL-U
  1304. -Go backwards half a page.
  1305. -.Qc CONTROL-N
  1306. -Go forwards
  1307. -.i count
  1308. -lines.
  1309. -.Qc CONTROL-Z
  1310. -Go backwards
  1311. -.i count
  1312. -lines.
  1313. -.Qc CONTROL-L
  1314. -Redraw the screen.
  1315. -.qc CONTROL-L
  1316. -may be typed at any time.
  1317. -.Qp b
  1318. -Back up one article in the current group.
  1319. -.Qp l
  1320. -Redisplay the article after you have sent a follow-up or reply.
  1321. -.Qp n
  1322. -Move on to the next item in a digest.
  1323. -.qp \*(lq\&.\*(rq
  1324. -is equivalent to
  1325. -.qp n .
  1326. -This is convenient if your terminal has a keypad.
  1327. -.Qp p
  1328. -Show the parent article
  1329. -(the article that the current article is a follow-up to).
  1330. -This doesn't work if the current article was posted by A-news or notesfiles.
  1331. -To switch between the current and parent articles,
  1332. -use the
  1333. -.qp \-
  1334. -command.
  1335. -Unfortunately,
  1336. -if you use several
  1337. -.qp p
  1338. -commands
  1339. -to trace the discussion back further,
  1340. -there is no command to return to the original level.
  1341. -.Qp ug
  1342. -Unsubscribe to the current group.
  1343. -This is a two character command to ensure that it is not typed accidentally
  1344. -and to leave room for other types of unsubscribes
  1345. -.i e\f1.\fPg ., (
  1346. -unsubscribe to discussion).
  1347. -.Qp v
  1348. -Print the current version of the news software.
  1349. -.Qp D
  1350. -Decrypts a joke.
  1351. -It only handles
  1352. -.pa rot13
  1353. -jokes.
  1354. -The
  1355. -.qp D
  1356. -command is a toggle;
  1357. -typing another
  1358. -.qp D
  1359. -re-encrypts the joke.
  1360. *-*-END-of-doc/howto.mn-*-*
  1361. exit
  1362.  
  1363.